home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tmmplot / settings.dfm / settings.txt < prev   
Text File  |  1996-09-15  |  20KB  |  808 lines

  1. object SettingsDlg: TSettingsDlg
  2.   Left = 257
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 286
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Notebook: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 286
  22.     Align = alClient
  23.     PageIndex = 3
  24.     TabFont.Color = clBtnText
  25.     TabFont.Height = -12
  26.     TabFont.Name = 'MS Sans Serif'
  27.     TabFont.Style = []
  28.     TabOrder = 0
  29.     OnChange = NotebookChange
  30.     object TTabPage
  31.       Left = 5
  32.       Top = 45
  33.       Caption = '&Pens'
  34.       object Label1: TLabel
  35.         Left = 22
  36.         Top = 44
  37.         Width = 17
  38.         Height = 17
  39.         AutoSize = False
  40.         Caption = '&1'
  41.         FocusControl = Panel1
  42.         Font.Color = clBlack
  43.         Font.Height = -16
  44.         Font.Name = 'Arial'
  45.         Font.Style = [fsBold]
  46.         ParentFont = False
  47.       end
  48.       object Label2: TLabel
  49.         Left = 22
  50.         Top = 76
  51.         Width = 17
  52.         Height = 17
  53.         AutoSize = False
  54.         Caption = '&2'
  55.         FocusControl = Panel2
  56.         Font.Color = clBlack
  57.         Font.Height = -16
  58.         Font.Name = 'Arial'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.       end
  62.       object Label3: TLabel
  63.         Left = 22
  64.         Top = 108
  65.         Width = 17
  66.         Height = 17
  67.         AutoSize = False
  68.         Caption = '&3'
  69.         FocusControl = Panel3
  70.         Font.Color = clBlack
  71.         Font.Height = -16
  72.         Font.Name = 'Arial'
  73.         Font.Style = [fsBold]
  74.         ParentFont = False
  75.       end
  76.       object Label4: TLabel
  77.         Left = 22
  78.         Top = 140
  79.         Width = 17
  80.         Height = 17
  81.         AutoSize = False
  82.         Caption = '&4'
  83.         FocusControl = Panel4
  84.         Font.Color = clBlack
  85.         Font.Height = -16
  86.         Font.Name = 'Arial'
  87.         Font.Style = [fsBold]
  88.         ParentFont = False
  89.       end
  90.       object Label5: TLabel
  91.         Left = 94
  92.         Top = 44
  93.         Width = 17
  94.         Height = 17
  95.         AutoSize = False
  96.         Caption = '&5'
  97.         FocusControl = Panel5
  98.         Font.Color = clBlack
  99.         Font.Height = -16
  100.         Font.Name = 'Arial'
  101.         Font.Style = [fsBold]
  102.         ParentFont = False
  103.       end
  104.       object Label6: TLabel
  105.         Left = 94
  106.         Top = 76
  107.         Width = 17
  108.         Height = 17
  109.         AutoSize = False
  110.         Caption = '&6'
  111.         Font.Color = clBlack
  112.         Font.Height = -16
  113.         Font.Name = 'Arial'
  114.         Font.Style = [fsBold]
  115.         ParentFont = False
  116.       end
  117.       object Label7: TLabel
  118.         Left = 94
  119.         Top = 108
  120.         Width = 17
  121.         Height = 17
  122.         AutoSize = False
  123.         Caption = '&7'
  124.         FocusControl = Panel7
  125.         Font.Color = clBlack
  126.         Font.Height = -16
  127.         Font.Name = 'Arial'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.       end
  131.       object Label8: TLabel
  132.         Left = 94
  133.         Top = 140
  134.         Width = 17
  135.         Height = 17
  136.         AutoSize = False
  137.         Caption = '&8'
  138.         FocusControl = Panel8
  139.         Font.Color = clBlack
  140.         Font.Height = -16
  141.         Font.Name = 'Arial'
  142.         Font.Style = [fsBold]
  143.         ParentFont = False
  144.       end
  145.       object Label9: TLabel
  146.         Left = 22
  147.         Top = 20
  148.         Width = 61
  149.         Height = 17
  150.         AutoSize = False
  151.         Caption = 'Colors'
  152.       end
  153.       object Label10: TLabel
  154.         Left = 22
  155.         Top = 176
  156.         Width = 41
  157.         Height = 17
  158.         AutoSize = False
  159.         Caption = '&Width'
  160.         FocusControl = Slider
  161.       end
  162.       object Label11: TLabel
  163.         Left = 172
  164.         Top = 20
  165.         Width = 81
  166.         Height = 19
  167.         AutoSize = False
  168.         Caption = '&Background'
  169.       end
  170.       object Bevel2: TBevel
  171.         Left = 8
  172.         Top = 8
  173.         Width = 307
  174.         Height = 220
  175.         Hint = 'Please doubleclick to select the desired colors'
  176.         ParentShowHint = False
  177.         Shape = bsFrame
  178.         ShowHint = True
  179.         IsControl = True
  180.       end
  181.       object Slider: TSlider
  182.         Left = 74
  183.         Top = 176
  184.         Width = 199
  185.         Height = 43
  186.         Hint = 'Penwidth'
  187.         TrackWidth = 3
  188.         TrackColor = clBlack
  189.         ThumbHeight = 20
  190.         ThumbColor = clBtnFace
  191.         Orientation = slHoriz
  192.         Minimum = 1
  193.         Maximum = 30
  194.         Value = 1
  195.         Ctl3D = True
  196.         OnValueChange = SliderValueChange
  197.         ParentShowHint = False
  198.         ShowHint = True
  199.       end
  200.       object Panel1: TPanel
  201.         Left = 42
  202.         Top = 44
  203.         Width = 21
  204.         Height = 21
  205.         BevelOuter = bvLowered
  206.         BevelWidth = 2
  207.         TabOrder = 1
  208.         TabStop = True
  209.         OnClick = PanelClick
  210.         OnDblClick = PanelDblClick
  211.         OnEnter = PanelEnter
  212.         OnExit = PanelExit
  213.       end
  214.       object Panel3: TPanel
  215.         Left = 42
  216.         Top = 108
  217.         Width = 21
  218.         Height = 21
  219.         BevelOuter = bvLowered
  220.         BevelWidth = 2
  221.         TabOrder = 2
  222.         TabStop = True
  223.         OnClick = PanelClick
  224.         OnDblClick = PanelDblClick
  225.         OnEnter = PanelEnter
  226.         OnExit = PanelExit
  227.       end
  228.       object Panel4: TPanel
  229.         Left = 42
  230.         Top = 140
  231.         Width = 21
  232.         Height = 21
  233.         BevelOuter = bvLowered
  234.         BevelWidth = 2
  235.         TabOrder = 3
  236.         TabStop = True
  237.         OnClick = PanelClick
  238.         OnDblClick = PanelDblClick
  239.         OnEnter = PanelEnter
  240.         OnExit = PanelExit
  241.       end
  242.       object Panel5: TPanel
  243.         Left = 114
  244.         Top = 44
  245.         Width = 21
  246.         Height = 21
  247.         BevelOuter = bvLowered
  248.         BevelWidth = 2
  249.         TabOrder = 4
  250.         TabStop = True
  251.         OnClick = PanelClick
  252.         OnDblClick = PanelDblClick
  253.         OnEnter = PanelEnter
  254.         OnExit = PanelExit
  255.       end
  256.       object Panel7: TPanel
  257.         Left = 114
  258.         Top = 110
  259.         Width = 21
  260.         Height = 21
  261.         BevelOuter = bvLowered
  262.         BevelWidth = 2
  263.         TabOrder = 5
  264.         TabStop = True
  265.         OnClick = PanelClick
  266.         OnDblClick = PanelDblClick
  267.         OnEnter = PanelEnter
  268.         OnExit = PanelExit
  269.       end
  270.       object Panel8: TPanel
  271.         Left = 114
  272.         Top = 140
  273.         Width = 21
  274.         Height = 21
  275.         BevelOuter = bvLowered
  276.         BevelWidth = 2
  277.         TabOrder = 6
  278.         TabStop = True
  279.         OnClick = PanelClick
  280.         OnDblClick = PanelDblClick
  281.         OnEnter = PanelEnter
  282.         OnExit = PanelExit
  283.       end
  284.       object Panel2: TPanel
  285.         Left = 42
  286.         Top = 76
  287.         Width = 21
  288.         Height = 21
  289.         BevelOuter = bvLowered
  290.         BevelWidth = 2
  291.         TabOrder = 7
  292.         TabStop = True
  293.         OnClick = PanelClick
  294.         OnDblClick = PanelDblClick
  295.         OnEnter = PanelEnter
  296.         OnExit = PanelExit
  297.       end
  298.       object PanelBkGnd: TPanel
  299.         Left = 172
  300.         Top = 44
  301.         Width = 101
  302.         Height = 117
  303.         BevelOuter = bvLowered
  304.         BevelWidth = 2
  305.         BorderWidth = 1
  306.         TabOrder = 8
  307.         TabStop = True
  308.         OnClick = PanelClick
  309.         OnDblClick = PanelDblClick
  310.         OnEnter = PanelEnter
  311.         OnExit = PanelExit
  312.       end
  313.       object Panel6: TPanel
  314.         Left = 114
  315.         Top = 76
  316.         Width = 21
  317.         Height = 21
  318.         BevelOuter = bvLowered
  319.         BevelWidth = 2
  320.         TabOrder = 9
  321.         TabStop = True
  322.         OnClick = PanelClick
  323.         OnDblClick = PanelDblClick
  324.         OnEnter = PanelEnter
  325.         OnExit = PanelExit
  326.       end
  327.     end
  328.     object TTabPage
  329.       Left = 5
  330.       Top = 45
  331.       Caption = 'P&orts'
  332.       object Bevel1: TBevel
  333.         Left = 8
  334.         Top = 8
  335.         Width = 307
  336.         Height = 220
  337.         Hint = 'Please select the appropriate port'
  338.         ParentShowHint = False
  339.         Shape = bsFrame
  340.         ShowHint = True
  341.         IsControl = True
  342.       end
  343.       object Label12: TLabel
  344.         Left = 160
  345.         Top = 90
  346.         Width = 54
  347.         Height = 13
  348.         Caption = 'Baud Rate:'
  349.         Font.Color = clBlack
  350.         Font.Height = -11
  351.         Font.Name = 'MS Sans Serif'
  352.         F